home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / tcprogud.sit / TC Prog Guide / card_59872.txt < prev    next >
Text File  |  1991-02-27  |  2KB  |  26 lines

  1. -- card: 59872 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4755
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 4
  9. ----- text -----
  10. management.  The MacTraps library allows access to the Macintosh Toolbox routines, most of which are contained in the Macintosh ROMs.  The 'oops' library contains functions used for TC's object-oriented programming extensions, discussed in Chapter 4.  The 'console' and 'unix' libraries provide functions useful for UNIX compatibility.  Most TC applications require at least the ANSI and oops libraries.
  11.  
  12. Since the ANSI library is nearly the size of a single segment (32 kbyte), it is often required to "drag" the ANSI library in the "Project" window down into a new segment.
  13.  
  14. Once the required source files and libraries have been added, the user may compile the source files and "load" the libraries simply by choosing "Bring Up To Date" from the "Project" menu.  If no compilation errors are reported the user chooses "Run" from the "Project" menu.  If no linking errors are reported (for example if the required library had not been added) the program will execute.  Choosing "Build Application..." from the "Project" menu creates a stand-alone application, if desired.
  15.  
  16. Refer to the Think C User's Manual for details on file/folder organization, writing, segmenting, and compiling programs, building applications, and using the debugger.
  17.  
  18.  
  19.  
  20. -- part contents for background part 7
  21. ----- text -----
  22. 213
  23.  
  24. -- part contents for background part 17
  25. ----- text -----
  26. p3